home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’91 / AliasThis! / AliasThisƒ / src / SampleErrors.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-09-23  |  390 b   |  14 lines  |  [TEXT/MPS ]

  1. #ifndef __SAMPLEERRORS__
  2. #define __SAMPLEERRORS__
  3.  
  4. #ifndef __DIALOGS__
  5. #include <Dialogs.h>
  6. #endif
  7.  
  8. extern            void    LongIntToHex(long decNumber, Str255 hexNumber, short noOfDigits);
  9. extern pascal    void    DisplayErrRec(DialogPtr dptr, short item);
  10. extern            void    DisplayError( OSErr err, EventRecord *evt, char *message );
  11. extern            void    ShowElapsedTime(long elapsedTime);
  12.  
  13. #endif __SAMPLEERRORS__
  14.